C++ Software Interoperability for Windows Programmers by Adam Gladstone

C++ Software Interoperability for Windows Programmers by Adam Gladstone

Author:Adam Gladstone
Language: eng
Format: epub
ISBN: 9781484279663
Publisher: Apress


Two other flags of interest, depending on the build target, arePKG_CXXFLAGS: This flag can be used to set additional debug or release options. For debugging, we build with debug information for gdb (-ggdb), the zero-optimization level (-o0), and the warning level (-Wall). For release builds, we remove these settings.

PKG_CPPFLAGS: These relate to preprocessor flags and can be used to set additional include directories with -I.

The Additional Resources section provides links to more detailed descriptions of the flags and their usage. Returning to Makevars.win , we have added the following lines at the bottom of the makefile:## Directory where the static library is output

PKG_LIBS=<your path>/SoftwareInteroperability/StatsLibCB/bin/Release/libStatsLib.a



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.